home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / patches / 586dx20.lha / HardDisk_Installer < prev    next >
Text File  |  1995-05-23  |  919b  |  51 lines

  1. ; Script file to decompress .jdc files and assign e586DX:
  2.  
  3. copy e586DX:lhex ram:
  4. makedir ram:e586DX_Temp
  5. assign OurPC: ram:e586DX_Temp
  6.  
  7. echo "Copying files to temporary storage..."
  8. echo
  9. copy >NIL: e586DX: OurPC: all
  10. copy >NIL: OurPC:iconx sys:c/
  11.  
  12. cd OurPC:PC_EMU/devs
  13.  
  14. ram:lhex -qf x devs.lha
  15. delete >NIL: #?.lha
  16.  
  17. cd /Fonts/
  18. ram:lhex -qf x fonts.lha
  19. delete >NIL: #?.lha
  20.  
  21. ;cd /documentation/
  22. ;delete >NIL: #?.lha
  23.  
  24. ;cd /Ext_IO/
  25. ;delete >NIL: #?.lha
  26.  
  27. cd /libs/
  28. ram:lhex -qf x libs.lha
  29. delete >NIL: #?.lha
  30.  
  31. cd /Video_Drivers/
  32. ram:lhex -qf x videodrivers.lha
  33. delete >NIL: #?.lha
  34.  
  35. cd /
  36. ram:lhex -qf x e586DX.lha
  37. ram:lhex -qf x e586SX.lha
  38. delete >NIL: #?.lha
  39.  
  40. delete >NIL: ram:lhex
  41.  
  42. cd OurPC:
  43.  
  44. installer SCRIPT InstallerScript APPNAME "EMPLANT's e586DX Emulation Upgrade" MINUSER average DEFUSER average
  45. assign OurPC: remove
  46. echo " "
  47. echo "Cleaning up temporary installation storage..."
  48. echo
  49. cd ram:
  50. delete >NIL: e586DX#? all
  51.